home *** CD-ROM | disk | FTP | other *** search
- @echo OFF
- REM **********************************************
- REM *** PrmptDay.bat - Set the prompt with the ***
- REM *** ver.1 day preceding it ***
- REM **********************************************
-
- cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G $H");
-